home *** CD-ROM | disk | FTP | other *** search
- #ifndef CONFIG_H
- #define CONFIG_H
- /* ./include/config.h.in. Generated automatically from configure.in by autoheader. */
-
- /* Define if you don't have vprintf but do have _doprnt. */
- #undef HAVE_DOPRNT
-
- /* Define if you support file names longer than 14 characters. */
- #undef HAVE_LONG_FILE_NAMES
-
- /* Define if you have the vprintf function. */
- #undef HAVE_VPRINTF
-
- /* Define as __inline if that's what the C compiler calls it. */
- #undef inline
-
- /* Define if you have the ANSI C header files. */
- #undef STDC_HEADERS
-
- /* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
- #undef WORDS_BIGENDIAN
-
- /* Define if you have the mkdir function. */
- #undef HAVE_MKDIR
-
- /* Define if you have the strtol function. */
- #undef HAVE_STRTOL
-
- /* Define if you have the <dirent.h> header file. */
- #undef HAVE_DIRENT_H
-
- /* Define if you have the <ndir.h> header file. */
- #undef HAVE_NDIR_H
-
- /* Define if you have the <sys/dir.h> header file. */
- #undef HAVE_SYS_DIR_H
-
- /* Define if you have the <sys/ndir.h> header file. */
- #undef HAVE_SYS_NDIR_H
-
- /* Define if you have the jpeg library (-ljpeg). */
- #undef HAVE_LIBJPEG
-
- /* Define if you have the png library (-lpng). */
- #undef HAVE_LIBPNG
-
- /* ============================================================================ */
-
- /* INLINE_BIGENDIAN activates m68k assembler inlining *
- * for the translation from little-endian to big-endian */
- #define INLINE_BIGENDIAN
-
- /* DYNAMIC_EDGES activates the automatic shrinking and *
- * growing of the visfaces-struct, which uses less mem */
- #define DYNAMIC_EDGES
-
- /* BASE_REGISTER put the __memBase an m68k to "a6" */
- #define BASE_REGISTER
-
- /* CUSTOM_MAXIMA makes some of the limitations in the *
- * calculation of the bsp-tree configureable */
- //#define CUSTOM_MAXIMA
-
- /* MEM_SIZETRACK tracks the allocated resources and *
- * reports unfreed mem */
- #define MEM_SIZETRACK
-
- /* MEM_ANALYSE shows the maximum mem used at runtime */
- #define MEM_ANALYSE
-
- /* unused */
- //#define EXHAUSIVE_CHECK
- //#define PRINTCALLS
- #define FASTDEFINES
-
- /* on m68k-amigaos the gcc has a bug in sprintf if you *
- * compile with -3 (check it in configure) */
- #define BROKEN_SPRINTF
-
- //#define CALCULATE_PIXELDRAW
-
- #endif
-